ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ErrorBar<T> Class / Direction Property

In This Topic
    Direction Property (ErrorBar<T>)
    In This Topic
    Gets or sets a value that specifies the direction of the series.
    Syntax
    'Declaration
     
    Public Property Direction As ErrorBarDirection
    public ErrorBarDirection Direction {get; set;}
    See Also